home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.19960209-19960425 / 000065_news@columbia.edu _Thu Feb 22 16:36:43 1996.msg < prev    next >
Internet Message Format  |  2020-01-01  |  5KB

  1. Return-Path: news@columbia.edu
  2. Received: from apakabar.cc.columbia.edu (apakabar.cc.columbia.edu [128.59.35.159]) by watsun.cc.columbia.edu (8.7.3/8.7.3) with ESMTP id QAA07131 for <kermit.misc@watsun>; Thu, 22 Feb 1996 16:36:42 -0500 (EST)
  3. Received: (from news@localhost) by apakabar.cc.columbia.edu (8.7.3/8.7.3) id QAA16285 for kermit.misc@watsun; Thu, 22 Feb 1996 16:36:40 -0500 (EST)
  4. Path: news.columbia.edu!watsun.cc.columbia.edu!fdc
  5. From: fdc@watsun.cc.columbia.edu (Frank da Cruz)
  6. Newsgroups: comp.protocols.kermit.misc
  7. Subject: Kermit 95: A Telnet Server for Windows 95 (and NT)
  8. Date: 22 Feb 1996 21:36:10 GMT
  9. Organization: Columbia University
  10. Lines: 84
  11. Message-ID: <4ginka$fsm@apakabar.cc.columbia.edu>
  12. NNTP-Posting-Host: watsun.cc.columbia.edu
  13. Keywords: Telnet, Kermit 95, Windows 95, Windows NT
  14.  
  15. A TELNET SERVER FOR WINDOWS 95 ???
  16.  
  17.   Ever since Windows 95 came out, the newsgroups have been flooded with
  18.   requests for a "Telnet server" or "Telnet daemon" for Windows 95.
  19.   People who own Windows 95 systems want to be able to grant access to
  20.   their friends or customers or clients -- and to themselves -- at other
  21.   locations EVEN WHEN they do not have Windows 95, or Windows Anything, or
  22.   even a PC.  In situations like this, "remote access" solutions like
  23.   pcAnywhere can not be used.
  24.  
  25.   Meanwhile, others want their friends, customers, selves, etc, to be able
  26.   to DIAL IN (not TELNET) to their Windows 95 PCs, because one party or
  27.   both are not on the Internet.
  28.  
  29.   A second reason why people instinctively ask for a TELNET server is that
  30.   when you TELNET to a host, you have to log in.  That is, the server
  31.   provides some form of authentication AND access control -- not just a
  32.   wide-open DOS prompt.
  33.  
  34. KERMIT 95 HOST MODE
  35.  
  36.   Kermit 95 version 1.1.3, just announced, includes a new "host mode"
  37.   which addresses all of these needs in a consistent fashion for both
  38.   incoming Telnet connections and dialin connections.  It works like a
  39.   little menu-driven text BBS.
  40.  
  41.   Depending on your PC's configuration and how you set up host mode, it
  42.   can support one or multiple concurrent host sessions.  Users log in,
  43.   they get their own restricted set of directories where they can upload
  44.   and download files using Kermit or X/Y/ZMODEM protocols, view directory
  45.   listings, manage files, and so on, but can not access other directories,
  46.   and so therefore they can't access your private files, delete or write
  47.   over essential system files, and so on.
  48.  
  49.   They can send messages to you, and you can send messages to them.  They
  50.   can do only what is on the menu -- there are no trap doors.  However,
  51.   provision is made for a privileged class of users who have unrestricted
  52.   directory access and permission to execute DOS commands (normally you,
  53.   as the PC owner, would grant this privilege only to yourself).
  54.  
  55. TELNET AND DIALUP TOO
  56.  
  57.   Kermit 95's host mode works on incoming TCP/IP connections as well as on
  58.   dialup connections, where Kermit 95 waits for a phone call to come in.
  59.   The client software can be any communications program on any kind of
  60.   computer, as long as it supports the appropriate connection method
  61.   (dialup or Telnet), VT100 or ANSI terminal emulation, and has Kermit or
  62.   ZMODEM file-transfer capability.
  63.  
  64. EASY TO MANAGE AND EASY TO USE
  65.  
  66.   K95 host mode is easy to set up, easy to manage, and easy to use.  It
  67.   comes with a management program, customizable configuration, a user ID
  68.   system with password encryption, and lots more.  It is entirely self
  69.   contained and does not mess with the Windows Registry or other sensitive
  70.   items in any way.  It runs on both Windows 95 and Windows NT, and can be
  71.   accessed from ANY kind of computer that can make a dialup or Telnet
  72.   connection.
  73.  
  74.   It's not a BBS, it doesn't have "chat rooms" or games or zippy graphics.
  75.   It DOES give you secure and reliable two-way file transfer and
  76.   messaging, without dedicating your machine to it, and without requiring
  77.   you to spend big bucks or devote a lot of time to setting up a BBS, and
  78.   without your users having to learn anything since it's all menu driven.
  79.  
  80.   And perhaps best of all, it is written 100% in Kermit script language,
  81.   which means you can change it to suit your needs and preferences.  You
  82.   have the source code.
  83.  
  84. FOR FURTHER INFORMATION
  85.  
  86.   To find out more about Kermit 95 and about host mode too -- including a
  87.   copy of the host-mode user guide -- see the Kermit 95 Web page:
  88.  
  89.     http://www.columbia.edu/kermit/k95.html
  90.  
  91.   The user guide includes a detailed discussion of exactly what host mode
  92.   can do and what it can't -- and why.
  93.  
  94. Frank da Cruz and Christine M. Gianone
  95. Managers
  96. The Kermit Project
  97. Columbia University
  98. kermit@columbia.edu